class: title-slide <div class="main-logo"></div><div class="side-logo"></div> # A Title ## A Subtitle ### Mickaƫl Canouil, *Ph.D.* (<a href="http://m.canouil.fr/" target="_blank"><i class="fas fa-home"></i> m.canouil.fr</a>) ### Inserm U1283 / CNRS UMR8199 / Institut Pasteur de Lille ### March 13, 2021 --- # Introduction ## Subtitle `some code` and some text. A URL [m.canouil.fr](https://m.canouil.fr/). ```r 1 + 1 ``` ``` #> [1] 2 ``` ```r x <- 1 *y <- x + 1 y ``` ``` #> [1] 2 ``` --- # New slide with a panels .panelset[ .panel[.panel-name[R Code] ```r head(iris, 10) ``` ] .panel[.panel-name[Table] | Sepal.Length| Sepal.Width| Petal.Length| Petal.Width|Species | |------------:|-----------:|------------:|-----------:|:-------| | 5.1| 3.5| 1.4| 0.2|setosa | | 4.9| 3.0| 1.4| 0.2|setosa | | 4.7| 3.2| 1.3| 0.2|setosa | | 4.6| 3.1| 1.5| 0.2|setosa | | 5.0| 3.6| 1.4| 0.2|setosa | | 5.4| 3.9| 1.7| 0.4|setosa | | 4.6| 3.4| 1.4| 0.3|setosa | | 5.0| 3.4| 1.5| 0.2|setosa | | 4.4| 2.9| 1.4| 0.2|setosa | | 4.9| 3.1| 1.5| 0.1|setosa | ] .panel[.panel-name[Plot] <img src="data:image/png;base64,#rlille_files/figure-html/unnamed-chunk-5-1.svg" style="display: block; margin: auto;" /> ] ] --- # GGPLOT2 <img src="data:image/png;base64,#rlille_files/figure-html/unnamed-chunk-6-1.svg" style="display: block; margin: auto;" /> --- class: part-slide # PART 1 --- class: part-slide .center[ <a href="https://rlille.fr/" target="_blank"><img src="data:image/png;base64,#https://raw.githubusercontent.com/mcanouil/hex-stickers/master/SVG/rlille.svg" width = "200px"/></br> <img src="data:image/png;base64,#https://raw.githubusercontent.com/RLille/logos/master/RConsortium_Horizontal_Pantone.png" width = "200px"/> </br> <i style="font-size: 200%">rlille.fr</i> </a> ]